projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb3e76
)
Fix typo in declaration
author
Glenn Morris
<rgm@gnu.org>
Wed, 18 Sep 2013 05:10:21 +0000
(22:10 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 18 Sep 2013 05:10:21 +0000
(22:10 -0700)
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 3f16ce05a8cb8725f241740194b62ede4395562c..e2a2033e5277023954ddb087f478d84f7c5fd237 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-858,7
+858,7
@@
should be shown to the user."
(goto-char (point-min))
success))
-(declare-function zlib-decompress-region "decompress.c" (start
) (
end))
+(declare-function zlib-decompress-region "decompress.c" (start
end))
(defun url-handle-content-transfer-encoding ()
(let ((encoding (mail-fetch-field "content-encoding")))